Open
Conversation
- Intent submission via papiNext (submit_intent, ExactIn)
- Limit order form: sell/buy amounts, limit price with market sync,
price adjustments (-10%/-5%/Market/+5%/+10%), expiry options
- Remove intent modal + useRemoveIntents mutation
- Open orders: intents merged with DCA orders, pair filtering,
correct rowCount, hide expand arrow for limit rows
- Open orders badge: DCA count + intent count combined
- Trade chart: dashed price lines for open intents, rounded pill
label ("Limit order | price") anchored left on the line
- Bug fix: buyAmount field no longer loops (removed recalculateSellAmount
feedback path, setSelectedFactor(0) called unconditionally)
- Bug fix: fromAmountExecuted set to null for pending intents
- Show toAmountExecuted in asset column for limit order rows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ination toggle, percentage badge - Best price derived from actual swap execution rate (bestSellQuery) instead of arbitrary buffer - Denomination toggle with symmetric percentage display (Matcha-style) - Non-interactive percentage badge pill next to limit price label - Stable layout with visibility-based show/hide (no layout jump) - 5 significant digits for calculated amounts - Reset to Best when amounts are cleared - Fix Buy field feedback loop with buyEditedRef guard Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove strategies module (not part of this branch), fix type errors in payments, trade, orders, chart, and xcm files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cast Intent pallet access as any (descriptors don't include it yet), fix implicit any types in intents queries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Auto-fix prettier formatting, import sorting, and add eslint-disable comments for unavoidable any types (Intent pallet, i18n keys). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Change .env.production default RPC to Lark (has Intent pallet) - Make Lark provider available in production env filter - Add try-catch in intents query for graceful fallback on chains without Intent pallet Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tion PAPI's TypedApi validates descriptor checksums against the chain runtime, which fails for the Intent pallet. Switch to UnsafeApi which bypasses this validation (same pattern used for XCM transfers). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for testnet-hydra-app ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for hydration-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for edge-hydra-app ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.